permalink: bases/create-base
Bases let you turn any set of notes into a powerful database. Here's how you can create a base and embed it in a note.
Command palette:
File explorer:
You can embed base files in any other file using the ![[File.base]]
syntax. To specify the default view use ![[File.base#View]]
.
Bases can also embedded directly into a note using a base
code block and the bases syntax.
```base
filters:
and:
- taggedWith(file.file, "example")
views:
- type: table
name: Table
```